home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TCONNECTFORM / TCONNECTFORM.txt < prev   
Text File  |  2007-06-06  |  3KB  |  152 lines

  1. object ConnectForm: TConnectForm
  2.   Left = 444
  3.   Top = 336
  4.   ActiveControl = btOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Connect'
  7.   ClientHeight = 194
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 150
  20.     Width = 337
  21.     Height = 3
  22.     Align = alBottom
  23.     Shape = bsBottomLine
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 73
  27.     Top = 0
  28.     Width = 4
  29.     Height = 150
  30.     Align = alLeft
  31.     Shape = bsLeftLine
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 153
  36.     Width = 337
  37.     Height = 41
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 0
  41.     DesignSize = (
  42.       337
  43.       41)
  44.     object btOk: TElPopupButton
  45.       Left = 107
  46.       Top = 8
  47.       Width = 105
  48.       Height = 25
  49.       DrawDefaultFrame = False
  50.       Default = True
  51.       Caption = 'OK'
  52.       TabOrder = 0
  53.       OnClick = btOkClick
  54.       Anchors = [akRight, akBottom]
  55.     end
  56.     object btCancel: TElPopupButton
  57.       Left = 219
  58.       Top = 8
  59.       Width = 105
  60.       Height = 25
  61.       DrawDefaultFrame = False
  62.       ModalResult = 2
  63.       Caption = 'Cancel'
  64.       TabOrder = 1
  65.       Anchors = [akRight, akBottom]
  66.     end
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 0
  70.     Top = 0
  71.     Width = 73
  72.     Height = 150
  73.     Align = alLeft
  74.     BevelOuter = bvNone
  75.     TabOrder = 1
  76.     object Image1: TImage
  77.       Left = 10
  78.       Top = 17
  79.       Width = 57
  80.       Height = 73
  81.       Picture.Data = {<image000.bmp>}
  82.       Transparent = True
  83.     end
  84.   end
  85.   object Panel3: TPanel
  86.     Left = 77
  87.     Top = 0
  88.     Width = 260
  89.     Height = 150
  90.     Align = alClient
  91.     BevelOuter = bvNone
  92.     TabOrder = 2
  93.     object lbEdit: TElURLLabel
  94.       Left = 45
  95.       Top = 124
  96.       Width = 30
  97.       Height = 13
  98.       Cursor = 1458
  99.       Caption = 'Edit...'
  100.       Color = clBlue
  101.       HyperLinkStyle = [fsUnderline]
  102.       DockOrientation = doNoOrient
  103.       ParentColor = False
  104.       OnClick = lbEditClick
  105.     end
  106.     object lbConnect: TLabel
  107.       Left = 8
  108.       Top = 16
  109.       Width = 53
  110.       Height = 13
  111.       Caption = 'Connect to'
  112.     end
  113.     object cbConnects: TElComboBox
  114.       Left = 44
  115.       Top = 96
  116.       Width = 200
  117.       Height = 21
  118.       Cursor = crIBeam
  119.       Style = csDropDownList
  120.       ItemHeight = 13
  121.       LineBorderActiveColor = clBlack
  122.       LineBorderInactiveColor = clBlack
  123.       ButtonEnabled = False
  124.       Enabled = False
  125.       TabOrder = 2
  126.       ParentColor = False
  127.     end
  128.     object rbLocal: TElRadioButton
  129.       Left = 24
  130.       Top = 40
  131.       Width = 96
  132.       Height = 17
  133.       Checked = True
  134.       Caption = 'Local Computer'
  135.       TabOrder = 0
  136.       OnClick = rbLocalClick
  137.       DoubleBuffered = False
  138.     end
  139.     object rbRemote: TElRadioButton
  140.       Left = 24
  141.       Top = 72
  142.       Width = 109
  143.       Height = 17
  144.       Caption = 'Remote Computer'
  145.       TabStop = False
  146.       TabOrder = 1
  147.       OnClick = rbLocalClick
  148.       DoubleBuffered = False
  149.     end
  150.   end
  151. end
  152.